home *** CD-ROM | disk | FTP | other *** search
/ Freelog 15 / FREELOG 15.ISO / WebMaster / Perl / PERL5106.ZIP / perl5 / STATUS.TXT < prev    next >
Encoding:
Text File  |  1996-01-31  |  1.9 KB  |  116 lines

  1.  
  2. You are reading: STATUS.TXT
  3. ---------------------------
  4.  
  5. Only a subset of the standard Perl 5 Kit has been implemented, as there is 
  6. usually no direct equivalent of the functionality in Windows NT.
  7.  
  8. Any functions marked with '**' will NOT warn that they are not implemented.
  9. Providing this 'warn facility' would require changes to the Perl 5 UNIX Distribution.
  10.  
  11. Following are the unsupported functions:
  12.  
  13.  
  14. Unsupported network routines    
  15. ============================
  16.  
  17. getnetbyname()    
  18. getnetbyaddr()    
  19. getnetent()    
  20. getprotoent()    
  21. getservent()    
  22. sethostent()    
  23. setnetent()
  24. setprotoent()
  25. setservent()
  26. endhostent()
  27. endnetent()
  28. endprotoent()
  29. endservent()
  30. socketpair()
  31.  
  32.  
  33. Unsupported System V compatible IPC routines
  34. ============================================
  35.  
  36. msgctl()
  37. msgget()
  38. msgrcv()
  39. msgsnd()
  40. semctl()
  41. semget()
  42. semop()
  43. shmctl()
  44. shmget()
  45. shmread()
  46. shmwrite()
  47.  
  48.  
  49. Unsupported I/O routines
  50. ========================
  51.  
  52. ioctl()**
  53. select($w, $x, $y, $z)**
  54.   -- The single argument version of select HAS been implemented.
  55.  
  56.  
  57. Unsupported filesystem routines
  58. ===============================
  59.  
  60. chmod()**
  61. chroot()
  62. fcntl()**
  63. flock()    <- works as of Release 100 beta 4.
  64. link()
  65. lstat()**
  66. readlink()**
  67. symlink()
  68. sysread()**
  69. syswrite()**
  70. umask()**
  71. utime()**
  72.  
  73.  
  74. Unsupported security-related routines
  75. =====================================
  76.  
  77. crypt()
  78. getlogin()**
  79. getpgrp()
  80. getppid()
  81. getpriority()
  82. getpwnam()
  83. getgrnam()
  84. getpwuid()
  85. getgrgid()
  86. getpwent()
  87. getgrent()
  88. setpwent()
  89. setgrent()
  90. endpwent()
  91. endgrent()
  92. setpgrp()
  93.  
  94.  
  95. Unsupported process-related routines
  96. ====================================
  97.  
  98. fork()
  99. kill()
  100. pipe() <- works as of Release 100 beta 3.
  101. setpriority()
  102. times()
  103. wait()
  104. waitpid()
  105.  
  106.  
  107. Unsupported miscellaneous routines
  108. ==================================
  109.  
  110. alarm()
  111. dbmclose()**
  112. dbmopen()**
  113. dump()**
  114. syscall()
  115.  
  116.